home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 November / Software of the Month - Ultimate Collection Shareware 278.iso / pc / Programs / Utility / WinGuardian / wg20.exe / sysctrl._xe / 0 / RCDATA / TFORM11 / TFORM11.txt
Encoding:
Text File  |  1999-11-15  |  2.1 KB  |  101 lines

  1. object Form11: TForm11
  2.   Left = 421
  3.   Top = 136
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Log Events'
  7.   ClientHeight = 131
  8.   ClientWidth = 209
  9.   Color = clWhite
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 20
  21.     Top = 4
  22.     Width = 168
  23.     Height = 16
  24.     Caption = 'Log Which Windows Events:'
  25.     Font.Charset = DEFAULT_CHARSET
  26.     Font.Color = clNavy
  27.     Font.Height = -13
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = [fsUnderline]
  30.     ParentFont = False
  31.   end
  32.   object CheckBox1: TCheckBox
  33.     Left = 13
  34.     Top = 37
  35.     Width = 179
  36.     Height = 17
  37.     Caption = 'Opening and Closing of Windows'
  38.     Font.Charset = DEFAULT_CHARSET
  39.     Font.Color = clNavy
  40.     Font.Height = -11
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = []
  43.     ParentFont = False
  44.     State = cbChecked
  45.     TabOrder = 0
  46.   end
  47.   object CheckBox2: TCheckBox
  48.     Left = 13
  49.     Top = 58
  50.     Width = 180
  51.     Height = 17
  52.     Caption = 'When a Window becomes active'
  53.     Font.Charset = DEFAULT_CHARSET
  54.     Font.Color = clNavy
  55.     Font.Height = -11
  56.     Font.Name = 'MS Sans Serif'
  57.     Font.Style = []
  58.     ParentFont = False
  59.     TabOrder = 1
  60.   end
  61.   object CheckBox3: TCheckBox
  62.     Left = 195
  63.     Top = 56
  64.     Width = 169
  65.     Height = 17
  66.     Caption = 'When a Window is closed'
  67.     Font.Charset = DEFAULT_CHARSET
  68.     Font.Color = clNavy
  69.     Font.Height = -11
  70.     Font.Name = 'MS Sans Serif'
  71.     Font.Style = []
  72.     ParentFont = False
  73.     TabOrder = 2
  74.     Visible = False
  75.   end
  76.   object CheckBox4: TCheckBox
  77.     Left = 13
  78.     Top = 79
  79.     Width = 97
  80.     Height = 19
  81.     Caption = 'Keystrokes'
  82.     Font.Charset = DEFAULT_CHARSET
  83.     Font.Color = clNavy
  84.     Font.Height = -11
  85.     Font.Name = 'MS Sans Serif'
  86.     Font.Style = []
  87.     ParentFont = False
  88.     State = cbChecked
  89.     TabOrder = 3
  90.   end
  91.   object Button1: TButton
  92.     Left = 66
  93.     Top = 105
  94.     Width = 77
  95.     Height = 22
  96.     Caption = 'OK'
  97.     TabOrder = 4
  98.     OnClick = Button1Click
  99.   end
  100. end
  101.